home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00409_Script_409 < prev    next >
Text File  |  1995-05-08  |  703b  |  37 lines

  1. --
  2. on bigpic20
  3.   puppetsprite 20, true
  4.   
  5.   set the loch of sprite 20 to 320
  6.   set the locv of sprite 20 to 192
  7.   set the castnum of sprite 20 to the castnum of sprite 20+40
  8.   updatestage
  9. end bigpic20
  10.  
  11.  
  12.  
  13.  
  14. set the castnum of sprite 20 to the castnum of sprite 20-40
  15. go the frame
  16. updatestage
  17.  
  18. --
  19. on smallpic15
  20.   puppetsprite 15, false
  21.   puppetsprite 24, false
  22.   set the castnum of sprite 15 to the castnum of sprite 15-40
  23.   go the frame
  24.   updatestage
  25. end smallpic15
  26.  
  27.  
  28. --
  29. on bigpic15
  30.   puppetsprite 24, true
  31.   
  32.   set the loch of sprite 24 to 320
  33.   set the locv of sprite 24 to 192
  34.   set the castnum of sprite 24 to the castnum of sprite 15+40
  35.   updatestage
  36. end bigpic15
  37.